Only localize scripts once#2260
Conversation
WalkthroughThe changes update the Changes
Sequence Diagram(s)sequenceDiagram
participant Caller as Caller
participant Helper as FrmAppHelper
Caller->>Helper: Call localize_script($location)
alt If location is already localized
Helper-->>Caller: Return early
else Location not localized
Helper->>Helper: Localize the script
Helper->>Helper: Mark location as localized
Helper-->>Caller: Return after localization
end
Suggested labels
Suggested reviewers
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🔇 Additional comments (2)
✨ Finishing Touches
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Crabcyborg
left a comment
There was a problem hiding this comment.
Thanks @truongwp!
I think this should be good.
|
It looks like this is preventing my Reverting for now to prevent bugs in today's release #2268 |
Suggestion by Mike in https://github.com/Strategy11/formidable-views/pull/625#discussion_r1963812162